/* Styles specific to packageholidays hero overlay */
.hero-banner.hero-banner-lastminute .hero-overlay {
  opacity: 1;
}

/* Optional: dim overlay and keep title readable */
.hero-banner.hero-banner-lastminute .hero-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.18);
}
